ContentsIndexHome
PreviousUpNext
Tuple.Tuple Constructor

Create a Tuple with a variable number of integers and/or strings.  

 

C#
public Tuple(params Object[] args);
Parameters 
Description 
params Object[] args 
A list of integer or strings, representing either integer-valued elements or string-valued elements.  

The number of arguments must correspond with the dimension of the parameter. Use integers if index domains are subsets of the set Integers, and strings otherwise.